From c7f158ad94c2044640f018affdc245695cb50591 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Wed, 22 May 2019 11:05:57 +0200 Subject: [PATCH] Disable CollectionRef tests on too-old features --- rust-bindings/rust/src/tests/collection_ref.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust-bindings/rust/src/tests/collection_ref.rs b/rust-bindings/rust/src/tests/collection_ref.rs index 9db3177a..b6bf050e 100644 --- a/rust-bindings/rust/src/tests/collection_ref.rs +++ b/rust-bindings/rust/src/tests/collection_ref.rs @@ -1,3 +1,5 @@ +#![cfg(feature = "v2018_6")] + use crate::CollectionRef; use std::collections::hash_map::DefaultHasher; use std::hash::{Hash, Hasher}; -- 2.30.2